Scraggler from gperf commit. Store hashed key in per-token table.
authorrobertl <robertl>
Sun, 26 Aug 2007 20:44:09 +0000 (20:44 +0000)
committerrobertl <robertl>
Sun, 26 Aug 2007 20:44:09 +0000 (20:44 +0000)
csv_util.h

index e8659a82b13f7f2fece8c127a4c561519bb8ff4b..ab29e3771430c8587a1c26f44d518cd575c2b5f1 100644 (file)
@@ -81,6 +81,7 @@ typedef struct field_map {
        char * key;
        char * val;
        char * printfc;
+       int hashed_key;
        int options;
 } field_map_t;